Skip to content

Conversation

tstellar
Copy link
Collaborator

No description provided.

@llvm llvm deleted a comment Mar 17, 2025
@llvm llvm deleted a comment Mar 17, 2025
- name: Shorten paths on Windows
if: startsWith(runner.os, 'Windows')
run: |
subst S: ${{ github.workspace }}

Check warning

Code scanning / CodeQL

Code injection Medium

Potential code injection in
${ github.workspace }
, which may be controlled by an external user.
if [ "${{ runner.os }}" = "Linux" ]; then
sudo chown $USER:$USER /mnt/
build_prefix=/mnt/
elif [ "${{ runner.os }}" = "Windows" ]; then

Check warning

Code scanning / CodeQL

Code injection Medium

Potential code injection in
${ runner.os }
, which may be controlled by an external user.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant